StudioAPI
The StudioAPI
class provides methods to interact with various Studio-related resources. This API handles sending requests to retrieve information such as deployments, versions, projects, flows, and processes.
Methods
Name | Description |
---|---|
GetDeployments(projectRequest, telemetryCollectorHolder) | Retrieves deployment details for a specified project. Executes a POST request to fetch deployment information based on the provided project request. |
GetProcesses(processesRequest, telemetryCollectorHolder) | Retrieves process details for a specified project. Executes a POST request to fetch process information based on the provided processes request. |
GetFlows(flowsRequest, telemetryCollectorHolder) | Retrieves flow details for a specified project. Executes a POST request to fetch flow information based on the provided flows request. |
GetProjects(projectRequest, telemetryCollectorHolder) | Retrieves a list of projects available in the Studio. Executes a POST request based on the provided project request. |
GetVersionByProcessId(projectRequest, telemetryCollectorHolder) | Retrieves the version information associated with a specific process ID. Executes a POST request to get version details based on the provided process ID request. |